home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / Gnuplot / Source / Makefile < prev    next >
Encoding:
Makefile  |  1993-03-18  |  2.9 KB  |  77 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Gnuplot
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = Gnuplot.tiff
  16. DOCICONS = GnuplotDoc.tiff GnuplotDoc.tiff
  17.  
  18. LOCAL_RESOURCES = AxesPane.nib ContourOptionsPanel.nib CopyingPanel.nib \
  19.                   DataPane.nib GeneralPane.nib Gnuplot.nib GnuplotPlot.nib \
  20.                   InfoPanel.nib Inspector.nib NoPane.nib Preferences.nib \
  21.                   ThreeDPane.nib TicOptionsPanel.nib
  22.  
  23. GLOBAL_RESOURCES = Attachment.tiff Gnuplot.tiff GnuplotDoc.tiff \
  24.                    InfoPlot.eps InspectorAxes.tiff InspectorData.tiff \
  25.                    InspectorGeneral.tiff InspectorThreeD.tiff \
  26.                    LineStyle1.tiff LineStyle2.tiff LineStyle3.tiff \
  27.                    LineStyle4.tiff LineStyle5.tiff LineStyle6.tiff \
  28.                    LineStyle7.tiff LineStyle8.tiff LineStyle9.tiff \
  29.                    PointStyle1.tiff PointStyle2.tiff PointStyle3.tiff \
  30.                    PointStyle4.tiff PointStyle5.tiff PointStyle6.tiff \
  31.                    StyleBoxErrorbars.tiff StyleBoxes.tiff StyleDots.tiff \
  32.                    StyleErrorbars.tiff StyleImpulses.tiff StyleLines.tiff \
  33.                    StyleLinespoints.tiff StylePoints.tiff
  34.  
  35. CLASSES = AxesPane.m CellScrollView.m ContourOptionsPanel.m DataPane.m \
  36.           DoubleValueSortedList.m FunctionObject.m GeneralPane.m Gnuplot.m \
  37.           GnuplotPlot.m Inspector.m MultipleSelectionMatrix.m NoPane.m \
  38.           OptionsPanel.m Pane.m PlotView.m PopUpScrollView.m Preferences.m \
  39.           Status.m StatusContour.m StatusTics.m SubCell.m SubObject.m \
  40.           ThreeDPane.m TicCell.m TicObject.m TicOptionsPanel.m
  41.  
  42. HFILES = AxesPane.h CellScrollView.h ContourOptionsPanel.h DataPane.h \
  43.          DoubleValueSortedList.h FunctionObject.h GeneralPane.h Gnuplot.h \
  44.          GnuplotPlot.h Inspector.h MultipleSelectionMatrix.h NoPane.h \
  45.          OptionsPanel.h Pane.h PlotView.h PopUpScrollView.h Preferences.h \
  46.          Status.h StatusContour.h StatusTics.h SubCell.h SubObject.h \
  47.          ThreeDPane.h TicCell.h TicObject.h TicOptionsPanel.h
  48.  
  49. MFILES = Gnuplot_main.m
  50.  
  51. CFILES = binary.c bitmap.c command.c contour.c eval.c gnubin.c graph3d.c \
  52.          graphics.c help.c internal.c misc.c parse.c plot.c readline.c \
  53.          scanner.c setshow.c specfun.c standard.c term.c util.c version.c
  54.  
  55.  
  56.  
  57. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  58. INSTALLDIR = $(HOME)/Apps
  59. INSTALLFLAGS = -c -s -m 755
  60. SOURCEMODE = 444
  61.  
  62. ICONSECTIONS =    -sectcreate __ICON app Gnuplot.tiff \
  63.         -sectcreate __ICON GnuplotDoc GnuplotDoc.tiff
  64.  
  65. LIBS = -lMedia_s -lNeXT_s -lIndexing_s
  66. DEBUG_LIBS = $(LIBS)
  67. PROF_LIBS = $(LIBS)
  68.  
  69.  
  70. -include Makefile.preamble
  71.  
  72. include $(MAKEFILEDIR)/app.make
  73.  
  74. -include Makefile.postamble
  75.  
  76. -include Makefile.dependencies
  77.